Fix kubectl-helm-minikube installation failures on debian:11 and ubuntu:focal - #1578
Merged
Abdurrahmaan Iqbal (abdurriq) merged 5 commits intoFeb 26, 2026
Conversation
…tu:focal (devcontainers#1567) * Initial plan * Fix kubectl SHA256 download URL and bump version to 1.3.1 Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Add timeout and fallback for kubectl version fetching Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Improve error messages and diagnostics for kubectl version fetching Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Address code review feedback: clean up error handling Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Improve error message to reference VERSION option Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Use hardcoded fallback version instead of git tags fallback Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Add version validation and comment for fallback version Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Extract fallback version to constant at top of file Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Update fallback version of kubectl to v1.35.1 * Add alternative URL fallback before using hardcoded version Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com>
Abdurrahmaan Iqbal (abdurriq)
requested a review
from a team
as a code owner
February 17, 2026 12:38
Kaniska (Kaniska244)
previously approved these changes
Feb 17, 2026
Sam Byng (sam-byng)
left a comment
There was a problem hiding this comment.
Overall looks good - just a couple of questions there
Sam Byng (sam-byng)
approved these changes
Feb 25, 2026
Abdurrahmaan Iqbal (abdurriq)
merged commit Feb 26, 2026
d79c223
into
devcontainers:main
12 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The https://dl.k8s.io/release/stable.txt API used for determining latest K8s version can sometimes timeout, causing the feature to break. This fixes it by adding longer timeouts and fallback options.